home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / tema / spybot / spybotsd13.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMWAITFORPROGRAMS / TFORMWAITFORPROGRAMS.txt < prev   
Encoding:
Text File  |  2004-05-12  |  3.4 KB  |  155 lines

  1. object formWaitForPrograms: TformWaitForPrograms
  2.   Left = 746
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 5
  6.   Caption = 'Programs to wait for during timed program start'
  7.   ClientHeight = 276
  8.   ClientWidth = 370
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object panelButtons: TPanel
  20.     Left = 0
  21.     Top = 241
  22.     Width = 370
  23.     Height = 35
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     DesignSize = (
  29.       370
  30.       35)
  31.     object imgTrash: TImage
  32.       Left = 4
  33.       Top = 2
  34.       Width = 32
  35.       Height = 33
  36.       Picture.Data = {<image000.ico>}
  37.       OnDblClick = listboxWaitForDblClick
  38.       OnDragDrop = imgTrashDragDrop
  39.       OnDragOver = imgTrashDragOver
  40.     end
  41.     object buttonOK: TBitBtn
  42.       Left = 272
  43.       Top = 8
  44.       Width = 91
  45.       Height = 25
  46.       Anchors = [akTop, akRight]
  47.       TabOrder = 0
  48.       Kind = bkOK
  49.     end
  50.     object buttonCancel: TBitBtn
  51.       Left = 168
  52.       Top = 8
  53.       Width = 91
  54.       Height = 25
  55.       Anchors = [akTop, akRight]
  56.       Caption = 'Cancel'
  57.       TabOrder = 1
  58.       Kind = bkCancel
  59.     end
  60.   end
  61.   object panelWaitFor: TPanel
  62.     Left = 0
  63.     Top = 0
  64.     Width = 370
  65.     Height = 113
  66.     Align = alTop
  67.     BevelOuter = bvLowered
  68.     ParentColor = True
  69.     TabOrder = 1
  70.     object panelWaitForHeader: TPanel
  71.       Left = 1
  72.       Top = 1
  73.       Width = 368
  74.       Height = 21
  75.       Align = alTop
  76.       Alignment = taLeftJustify
  77.       Caption = '  Programs to wait for'
  78.       ParentColor = True
  79.       TabOrder = 0
  80.     end
  81.     object panelWaitForMain: TPanel
  82.       Left = 1
  83.       Top = 22
  84.       Width = 368
  85.       Height = 90
  86.       Align = alClient
  87.       TabOrder = 1
  88.       object listboxWaitFor: TListBox
  89.         Left = 1
  90.         Top = 1
  91.         Width = 366
  92.         Height = 88
  93.         Align = alClient
  94.         BorderStyle = bsNone
  95.         DragMode = dmAutomatic
  96.         ItemHeight = 13
  97.         ParentShowHint = False
  98.         ShowHint = True
  99.         Sorted = True
  100.         TabOrder = 0
  101.         OnClick = listboxWaitForClick
  102.         OnDblClick = listboxWaitForDblClick
  103.         OnDragDrop = listboxWaitForDragDrop
  104.         OnDragOver = listboxWaitForDragOver
  105.         OnMouseMove = listboxWaitForMouseMove
  106.       end
  107.     end
  108.   end
  109.   object panelRunning: TPanel
  110.     Left = 0
  111.     Top = 113
  112.     Width = 370
  113.     Height = 128
  114.     Align = alClient
  115.     BevelOuter = bvLowered
  116.     ParentColor = True
  117.     TabOrder = 2
  118.     object panelRunningHeader: TPanel
  119.       Left = 1
  120.       Top = 1
  121.       Width = 368
  122.       Height = 21
  123.       Align = alTop
  124.       Alignment = taLeftJustify
  125.       Caption = '  Running programs'
  126.       ParentColor = True
  127.       TabOrder = 0
  128.     end
  129.     object panelRunningMain: TPanel
  130.       Left = 1
  131.       Top = 22
  132.       Width = 368
  133.       Height = 105
  134.       Align = alClient
  135.       TabOrder = 1
  136.       object listboxRunning: TListBox
  137.         Left = 1
  138.         Top = 1
  139.         Width = 366
  140.         Height = 103
  141.         Align = alClient
  142.         BorderStyle = bsNone
  143.         DragMode = dmAutomatic
  144.         ItemHeight = 13
  145.         ParentShowHint = False
  146.         ShowHint = True
  147.         Sorted = True
  148.         TabOrder = 0
  149.         OnDblClick = listboxRunningDblClick
  150.         OnMouseMove = listboxRunningMouseMove
  151.       end
  152.     end
  153.   end
  154. end
  155.